// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Collective Soul','The Bluestone','Columbus, OH','Tuesday','6/4/2024','7:00 PM','6317248','Collective-Soul-6-4-2024'],['ATL Collective Relives The Miseducation of Lauryn Hill','City Winery - Atlanta','Atlanta, GA','Saturday','6/22/2024','6:30 PM','6285356','ATL-Collective-Relives-The-Miseducation-of-Lauryn-Hill-6-22-2024'],['ATL Collective Relives The Miseducation of Lauryn Hill','City Winery - Atlanta','Atlanta, GA','Saturday','6/22/2024','9:30 PM','6285357','ATL-Collective-Relives-The-Miseducation-of-Lauryn-Hill-6-22-2024'],['Collective Soul','Warner Theatre - PA','Erie, PA','Tuesday','6/25/2024','8:00 PM','6321998','Collective-Soul-6-25-2024'],['Collective Soul','Steelhouse Omaha','Omaha, NE','Wednesday','7/24/2024','8:00 PM','6317249','Collective-Soul-7-24-2024'],['Collective Soul','Victory Theatre - IN','Evansville, IN','Sunday','7/28/2024','7:00 PM','6317250','Collective-Soul-7-28-2024'],['Collective Soul','GLC Live at 20 Monroe','Grand Rapids, MI','Tuesday','8/6/2024','7:00 PM','6317251','Collective-Soul-8-6-2024'],['Collective Soul','House Of Blues - Myrtle Beach','North Myrtle Beach, SC','Saturday','8/31/2024','8:00 PM','6317252','Collective-Soul-8-31-2024'],['Riverfront Revival: Hootie and The Blowfish, Tedeschi Trucks Band, The Revivalists & Jamey Johnson - 2 Day Pass','Riverfront Park - North Charleston','North Charleston, SC','Friday','10/11/2024','TBD','6276713','Riverfront-Revival--Hootie-and-The-Blowfish--Tedeschi-Trucks-Band--The-Revivalists---Jamey-Johnson---2-Day-Pass-10-11-2024']],'Collective Soul','http://www.ticketnetwork.com/ticket/Collective-Soul-events.aspx');